/* 公共 */
.container-fluid {
    max-width: 1580px;
    margin: 0 auto;
}

/* 头部 */
.headline .tel-img {
    float: left;
    border-right: 1px solid #d7d7d7;
    padding: 5px 0;
    padding-right: 8px;
    margin-top: 5px;
}

.headline .tel-img img {
    width: 24px;
    height: 24px;
}

.headline .tel-txt {
    float: left;
    padding-left: 8px;
}

.headline .tel-txt span {
    color: rgba(0,0,0,0.5);
    font-size: 18px;
}

.headline .tel-txt p {
    color: #222438;
    font-size: 30px;
    font-family: 'Arial';
    margin: 0;
    line-height: 22px;
}

/* 5大优势 */
.x-advantage {
    background: #fafafa;
    padding: 3% 0;
}

.advantage-title {
    text-align: center;
    position: relative;
}

.advantage-title h3 {
    color: #222438;
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    background: #fafafa;
    position: relative;
    z-index: 101;
    padding: 0 20px;
}

.advantage-title p {
    font-size: 15px;
    color: #999;
    font-family: 'Arial';
    text-transform: uppercase;
    margin-top: 10px;
}

.advantage-title:after {
    content: '';
    position: absolute;
    z-index: 100;
    left: 0;
    top: 34%;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
}

.advantage-list {
    margin-top: 5%;
}

.advantage-list li {
    width: 20%;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0 24px;
}

.advantage-list li h3 {
    color: #333;
    font-size: 18px;
    line-height: 4;
}

.advantage-list li p {
    font-size: 12px;
    color: #848484;
    line-height: 22px;
}


/* 新闻中心 */
.news-list {
    margin: 3% -20px 0 -20px;
}

.news-list li {
    list-style: none;
    padding: 0 20px;
}

.news-list li a {
    display: block;
}

.news-list li .img {
    overflow: hidden;
}

.news-list li .img img {
    width: 100%;
}

.news-list li h3 {
    font-size: 16px;
    color: #323232;
    line-height: 4;
    margin-top: 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-list li p {
    font-size: 13px;
    color: #7a7a7a;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.news-list li .date {
    line-height: 3;
    color: #454545;
    font-size: 18px;
    font-family: 'Arial';
    position: relative;
    margin-top: 2em;
    opacity: 0
}

.news-list li .date:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    background: #e3e3e3;
    content: "";
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.news-list li .date span {
    position: absolute;
    top: 0;
    right: 0;
}

.news-list li:hover h3 {
    color: #222438;
    font-weight: bold;
}

.news-list li:hover .date {
    opacity: 1
}

.news-list li:hover .date:after {
    width: 100%;
}


/* 您需要什么帮助 */
.index-seo {
    background: #fafafa;
    padding: 3% 0;
}

.index-seo .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-seo .help {
    display: flex;
    align-items: center;
}

.index-seo .help span {
    display: inline-block;
    padding-left: 20px;
    color: #000;
    font-size: 31px;
}

.index-seo .x-search {
    margin-left: 2%;
}

.index-seo .x-search #keyword {
    width: 412px;
    height: 40px;
    padding-left: 10px;
    color: #c1c3c6;
}

.index-seo .x-search #s_btn {
    width: 98px;
    height: 40px;
    position: relative;
    left: -6px;
}

.index-seo .x-keyword {
    margin-left: 2%;
    color: #777373;
}

.index-seo .x-keyword a {
    color: #777373;padding: 0 2px;
}

.index-seo .x-keyword a:hover {
    color: #333;
}

/* 内页banner */
.page-banner {
    position: relative;
}

.page-banner img {
    max-width: 100%;
}

.page-banner .wz {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.page-banner .wz h3 {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
}

.page-banner .wz p {
    color: #999;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Arial';
    margin-top: 10px;
}

.slick-vertical .slick-slide {
    border: none;
}

.product-detail-slick a.slick-item {
    border: 1px solid #fff;
}

.slick-vertical .slick-slide > div {
    padding: 8px 0;
}

.mob-left-menu {
    margin-top: 10px;
}

.mob-left-menu .title {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 40px;
}

.mob-left-menu .title .xymob-page-navbtn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 4px;
    right: 0;
    cursor: pointer;
    background: url(//cdn.myxypt.com/efb673fc/21/11/51276ebc791e206c63ea48d548237af311749142.png) 0 -240px no-repeat;
}

.xypg-right-content {
    margin-top: 30px;
}

.xypg-right-content p img {
    max-width: 100%;
}


@media (max-width: 1024px) {
    .x-case-item .wz .summary {
        font-size: 12px;
    }
}


@media (max-width: 990px) {
  .x-about {
    padding: 15px 0;
  }
  .advantage-title h3 {
    font-size: 22px;
  }

  .advantage-list li {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    padding: 0;
  }

  .advantage-list li .img {
    width: 88px;
    float: left;
  }

  .advantage-list li .text {
    width: calc(100% - 88px);
    float: left;
    padding-left: 10px;
  }

  .advantage-list li h3 {
    line-height: 2;
    font-size: 14px;
  }

  .advantage-list li p {
    height: 44px;
    overflow: hidden;
  }

  .x-case-item {
    margin-bottom: 10px;
  }

  .news-list li .date {
    opacity: 1;
  }

  .news-list li .date:after {
    width: 100%;
  }

  .index-seo .container-fluid {
    display: block;
  }

  .index-seo .x-search,.index-seo .x-keyword {
    margin-left: 0;
    margin: 10px 0
  }

  .xymob-nav .xymob-sub-menu {
    background: none;
  }

  .page-banner .wz h3 {
    font-size: 18px;
  }

  .page-banner .wz p {
    font-size: 12px;
  }

  .xypg-left-con {
    width: 100%;
    text-align: left;
    padding: 0 15px;
  }

  .xypg-left-nav > li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
  }

  .xypg-left-nav > li > a {
    border: none;
    padding: 8px 0;
  }

  .xypg-left-nav > li > a {
    line-height: 28px;
  }

  .xypg-left-nav .xypg-left-subnav {
    padding: 10px 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    box-shadow: none;
    display: none;
  }

  .xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 14px;
    text-align: left;
  }

  .index-seo .help span {
    font-size: 20px;
  }

  #message-form .inquiry-title {
    font-size: 16px;
  }

  #message-form #checkcode {
    width: 30%;
  }

  .index-seo .x-search #keyword {
    width: 200px;
  }

  .index-seo .x-search #s_btn {
    width: 60px;
  }

  .x-case-item:hover .wz .shaow .shaow-hide {
    height: 0;
  }

  .x-case-item:hover .wz .coverline {
    display: none !important;
  }

  .x-case-item:hover .wz .shaow {
    padding-top: 80%;
  }

  .xypg-detail-pn div {
    width: 100%;
  }

  .x-product-list li:hover a .img .shaow {
    opacity: 0;
  }

  .xypg-product-list li a.img .shaow {
    display: none;
  }

  .xypg-product-list li h3 a {
    font-size: 14px;
  }

  .news-list li h3 {
    font-size: 14px;
    line-height: 3;
  }

  .news-list li p {
    font-size: 12px;
  }

  .news-list li .date {
    font-size: 14px;
  }

  .x-layout .company {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .x-layout .x-seo,.x-layout-contact p,.x-link {
    font-size: 12px;
  }
}

/*内页左侧样式*/
.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}



@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}



/* 手机底部 */

.mob_foot {
    display: none;
}



.mob_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #151515;
}

.mob_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob_footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.mob_footer ul li:nth-child(n+2) a {
    border-left: 1px solid rgba(214, 216, 221, 1);
}

.mob_footer ul li.active {
    background: #eb4944;
}

.mob_footer ul li a {
    display: block;
    width: 100%;
    color: #fff;
}

.mob_footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-size: 100% auto;
    margin-right: 0.4em;
}

.mob_footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}

.mob_footer li .icon-home {
    background: url(//cdn.myxypt.com/efb673fc/21/11/0f28dcfdfbe93300c705b20f131d85dbc4f4d539.png) no-repeat;
}

.mob_footer li .icon-home2 {
    background: url(//cdn.myxypt.com/efb673fc/21/11/24a9ee4eab74ac238985da24dcf43718c4e4b95e.png) no-repeat;
}

.mob_footer li .icon-phone {
    background: url(//cdn.myxypt.com/efb673fc/21/11/f273ae4399e8891f284f78397326a3cff91c8b63.png) no-repeat;
}

.mob_footer li .icon-contact {
    background: url(//cdn.myxypt.com/efb673fc/21/11/ee55f42a4bb560f827b175eda6e9482c2f2b6d4d.png) no-repeat;
}

.mob_footer li .icon-phone:before {
    font-size: 0;
}

@media(max-width: 1368px){
  .x-banner .owl-carousel .banner-item a .banner-text h3{font-size: 38px;}
  .x-banner .owl-carousel .banner-item a .banner-text p{font-size: 20px;}
}



@media(max-width: 1024px){
  .x-menu{width: 61.75%;}
  .index-seo .help span{font-size: 20px;padding-left: 10px;}
  .index-seo .x-search #keyword{width: 200px;}
}

@media(max-width:768px) {
    .mob_foot {
        display: block;
    }
    .page-banner .wz,.nybt{display: none;}
    #message-form .inquiry-title{font-size: 14px;}
    .xypg-right-content{margin-top: 10px;}
}
@media(max-width: 640px){
  .slick-vertical .slick-slide > div{padding: 3px 0;}
}
@media(max-width:420px) {
    .mob_footer ul li span {
        font-size: 14px;
    }
    .mob_footer ul li .iconfont {
        font-size: 16px;
    }
    .mob_footer ul li a {
        height: 24px;
        line-height: 24px;
        width: 100%;
    }
}

.fl{float: left;}
.fr{float: right;}